home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Flagfox 3.3.4 / flagfox-3.3.4-fx.xpi / defaults / preferences / prefs.js
Text File  |  2008-08-29  |  1KB  |  18 lines

  1. pref("flagfox.usealticons", false);         // Use primary set
  2. pref("flagfox.position.bar", "addressbar"); // In the address bar
  3. pref("flagfox.position.side", "R");         // Right side
  4. pref("flagfox.middleclick", "Whois");       // Middle-click/ctrl+click does Whois lookup
  5. pref("flagfox.openlinksin", "tabFG");       // Lookup pages open in foreground tab
  6.  
  7. pref("flagfox.warn.proxy", true);    // Show warning when there's no DNS access
  8. pref("flagfox.warn.updates", true);  // Show warning when automatic add-on updates are disabled
  9. pref("flagfox.warn.tld", true);      // Show warning when TLD != server location
  10.  
  11. // Default custom action is a Google search within the current site (disabled by default)
  12. pref("flagfox.customlookup.enabled", false);
  13. pref("flagfox.customlookup.name", "Google");
  14. pref("flagfox.customlookup.url", "http://www.google.com/search?q=site:{domainName}");
  15.  
  16. // Points extension description to the localized version
  17. pref("extensions.{1018e4d6-728f-4b20-ad56-37578a4de76b}.description", "chrome://flagfox/locale/flagfox.properties");
  18.